C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<S,T> Class / DisconnectAsync Method
The cancellation token.

In This Topic
DisconnectAsync Method (C1WrapDataCollection<S,T>)
In This Topic
Disconnects the collection from the source.
Syntax
'Declaration
 
Public Overridable Function DisconnectAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also